home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / msdos / telemate / at&t.scr < prev    next >
Encoding:
Text File  |  1994-10-25  |  252 b   |  18 lines

  1. ;
  2. ; AT&T.SCR is a log on script file for AT&T Mail
  3. ;
  4.  
  5. Name = "first last"          ; put your name here
  6.  
  7. Waitfor 0          ; wait until string matched
  8. set autostop,on
  9.  
  10. Put
  11.  
  12. Waitfor "User Name:"
  13. Put Name
  14.  
  15. Waitfor "Password:"
  16. Put "^&"
  17.  
  18.